Job Radar. Live notifications. AI processed.
upwork.com 2026-04-22 🟡
🔹 Extract shipping methods from e-commerce stores using Python and Playwright
👤 Client: undefined CAN Member since 2025-01-23
💰 Price: ****
🚩 Problem: Automate the process of extracting shipping method names for in-stock products across multiple e-commerce store URLs.
📦 Existing: Not specified
Specifications:
[Target] Extract shipping methods from e-commerce checkout pages
[Method] Use Python with Playwright for browser automation
[UI/UX] Navigate through dynamic e-commerce checkouts
[Stack] Python, Playwright, CSV handling
[Security] Handle sensitive data securely
[Format] CSV output
Workflow:
Set up virtual environment and install required libraries (Python, Playwright)
Write scraper to visit each store URL from the provided CSV
Implement logic to find in-stock products and add them to cart
Proceed to checkout and capture shipping method names
Check for Canada Post or similar services
Save results to a structured CSV file
Add retry logic and error handling
Enable screenshot functionality on failure
Ensure script is runnable locally on Windows